home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / patch / nativesc.readme < prev    next >
Text File  |  1995-11-19  |  2KB  |  67 lines

  1. Short:    Makes several games run with gfx-board
  2. Author:   C.Wartmann@AMBO.in-berlin.de
  3. Uploader: C.Wartmann@AMBO.in-berlin.de
  4. Type:     game/patch
  5. Action:   NoStart
  6.  
  7.  
  8. (*******************************************************************************
  9.  : Program.         NativeScreen.MOD
  10.  : Author.          Carsten Wartmann
  11.  : Address.         Wutzkyallee 83, D-1000 Berlin 47
  12.  : Phone.           030/6614776
  13.  : E-Mail           C.Wartmann@AMBO.in-berlin.de
  14.  : Version.         1.0
  15.  : Date.            11/94
  16.  : Copyright.       PD (Please e-mail me for suggestions !)
  17.  : Language.        Modula-2
  18.  : Compiler.        M2Amiga V4.3d
  19.  : Contents.        Makes several games run with Picasso/EGS-Spektrum WB.
  20.  : Remark.          OS 2.0> only !!!!!!!!!!!!!!!!!!!!!!!!!
  21. *******************************************************************************)
  22.  
  23.  
  24. Some games seem not to run when started from a gfx-board Workbench. But
  25. often they run. Only the automatic screen-switcher doesn`t recognize that
  26. there is a AMIGA-display...
  27.  
  28. NativeDisplay solves this Problem. Use a batch to start the game :
  29.  
  30. ---------------------------------cut here------------------
  31.  
  32. ; Example
  33.  
  34. RUN NativeScreen   ; Runs NativeScreen which opens a little screen
  35.  
  36. MegaGame           ; start game
  37.  
  38. RUN NativeScreen   ; This causes NativeScreen to close the screen
  39.  
  40. ---------------------------------cut here------------------
  41.  
  42.  
  43. You can use the games icon if you change the icon into a PROJECT-Icon (e.g
  44. with IconEd), save it as StartGame, apply C:IconX as Default Tool, make a
  45. batch like the one above and save it as StartGame.
  46. Now when you double-klick the StartGame-Icon IconX executes the batch and
  47. starts your game...
  48.  
  49.  
  50. Tested with enforcer, on A4000/40/EGSSpectrum and A2000/30/Picasso II
  51.  
  52.  
  53. MfG Carsten.
  54. ============
  55.  
  56.  
  57. ============================= Archive contents =============================
  58.  
  59. Original  Packed Ratio    Date     Time    Name
  60. -------- ------- ----- --------- --------  -------------
  61.     4852    1950 59.8% 22-Nov-94 22:23:02  NativeScreen.mod
  62.     2372    1684 29.0% 22-Nov-94 22:23:40  NativeScreen
  63.     1755     798 54.5% 22-Nov-94 22:18:38  NativeScreen.DOC
  64.     1758     800 54.4% 22-Nov-94 22:32:04  NativeScreen.readme
  65. -------- ------- ----- --------- --------
  66.    10737    5232 51.2% 02-Feb-95 18:44:26   4 files
  67.